ServiceGetAvailability Method (MailboxData, SerializableTimeZone, FreeBusyViewOptions) |
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic AvailabilityResponse GetAvailability(
MailboxData mailbox,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions
)
Public Function GetAvailability (
mailbox As MailboxData,
timeZone As SerializableTimeZone,
freeBusyViewOptions As FreeBusyViewOptions
) As AvailabilityResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailboxData
The attendee for which to retrieve availability information. - timeZone
- Type: Independentsoft.ExchangeSerializableTimeZone
The time zone in which to retrieve user availability information. - freeBusyViewOptions
- Type: Independentsoft.ExchangeFreeBusyViewOptions
The free busy view options.
Return Value
Type:
AvailabilityResponseDetailed information about the availability of the specified users, rooms, and resources.
See Also